object frmSetSyntax: TfrmSetSyntax Left = 375 Top = 358 VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Set Document Syntax' ClientHeight = 104 ClientWidth = 346 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 295 Height = 13 Caption = 'Select the Syntax you want to apply to the current document' end object ComboLista: TComboBox Left = 13 Top = 40 Width = 318 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ComboListaChange OnClick = ComboListaClick end object Button3: TButton Left = 185 Top = 74 Width = 70 Height = 22 Caption = '&OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object Button1: TButton Left = 261 Top = 74 Width = 70 Height = 22 Cancel = True Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end object ListBox1: TListBox Left = 96 Top = 72 Width = 73 Height = 97 ItemHeight = 13 TabOrder = 3 Visible = False end object ListBox2: TListBox Left = 64 Top = 63 Width = 73 Height = 97 ItemHeight = 13 TabOrder = 4 Visible = False end object Button2: TButton Left = 13 Top = 74 Width = 70 Height = 22 Caption = '&Edit' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = Button2Click end end